Class org.omg.CORBA.ModuleDefHelper
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ModuleDefHelper
java.lang.Object
|
+----org.omg.CORBA.ModuleDefHelper
- public final class ModuleDefHelper
- extends Object
-
__read(InputStream)
-
-
__write(OutputStream, ModuleDef)
-
-
_is_a(Object)
-
-
extract(Any)
-
-
id()
-
-
insert(Any, ModuleDef)
-
-
narrow(Object)
-
-
type()
-
__write
public static void __write(OutputStream out,
ModuleDef that)
__read
public static ModuleDef __read(InputStream in)
extract
public static ModuleDef extract(Any a)
insert
public static void insert(Any a,
ModuleDef that)
type
public static synchronized TypeCode type()
id
public static String id()
_is_a
public static boolean _is_a(Object that)
narrow
public static ModuleDef narrow(Object that) throws BAD_PARAM
All Packages Class Hierarchy This Package Previous Next Index